<%@ Language=VBScript %> <%' (c) Copyright 1999-2004 PaperCut Software Pty. Ltd. %> <% Dim strCheckURL strCheckURL = GetVersionCheckURL If Request("vc") <> "" Then Response.Redirect strCheckURL End If %>

<%=GetText("Welcome")%>

<%=GetTextReplace("AdminInstr", Array(gstrProduct))%> <% ' Try to see if we have permissions to see the database if gblnIsAdmin then %>

<%=GetText("ChooseOption")%>

<% else %>

<%=GetText("ErrorDatabaseAccess")%>

<% end if If Not IsPreferredLanguage() Then %>

 

 

PaperCut Web Tools have detected that this is not your preferred language.

If you want to translate the PaperCut web tools into your language, see the file "WebAdmin\includes\lang_en.inc" on the server, or contact us at support@papercut.biz.
<% End If %>